home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / misc / TCS.lha / TCS / examples / includes / dat.i next >
Text File  |  2000-04-13  |  1KB  |  41 lines

  1. *******************************************************************************
  2. * dat.i
  3. *******************************************************************************
  4. * INFO    data to be included along with shl_strtup.i
  5. * NOTE    - DsplDef: DisplayDefinition structure to open the display
  6. *    - DIAdr: the DisplayInfo structure of the opened display
  7. *    - CmdLnArgs: the command line arguments buffer
  8. *    - ignore the other variables
  9. *******************************************************************************
  10.  
  11.     data
  12.  
  13.     cnop    0,4
  14. _DOSBase    dc.l    0
  15. _GfxBase    dc.l    0
  16. _TCSBase    dc.l    0
  17. _SysView    dc.l    0
  18. _SysVecs    ds.l    7
  19. _VBR    dc.l    0
  20. _SysINTENA    dc.w    0
  21. _SysDMACON    dc.w    0
  22. _RDArgs    dc.l    0
  23. DIAdr    dc.l    0    ;TCS display structure pointer
  24.     ifd    ARGSNO
  25. CmdLnArgs    ds.l    ARGSNO    ;command line arguments pointers
  26.     endif
  27.  
  28. DsplDef    dc.l    VDOMODE    ;DisplayDefinition
  29.     dc.l    0,0    ;structure
  30.     dc.w    DSPLX0,DSPLY0
  31.     dc.w    DSPLX1,DSPLY1
  32.     dc.w    SCRWD,SCRHT
  33.     dc.w    DSPLBRTNS
  34.     dc.w    GFXCTXT
  35.     dc.w    CWBTM,CWTOP,CWRT,CWLF
  36.  
  37. DOSNm    dc.b    "dos.library",0
  38. GfxNm    dc.b    "graphics.library",0
  39. TCSNm    TCSNAME
  40.     even
  41.